home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: netcom.com!raffelm
- From: raffelm@netcom.com (Matt Raffel)
- Subject: non-blocking I/O on X.25
- Message-ID: <raffelmDnLwIH.67@netcom.com>
- Organization: NETCOM On-line Communication Services (408 261-4700 guest)
- X-Newsreader: TIN [version 1.2 PL1]
- Date: Fri, 1 Mar 1996 20:49:29 GMT
- Sender: raffelm@netcom8.netcom.com
-
- I have to write a program that will "put" and "get"
- characters from X.25 connection. (In X.25 stdin and
- stdout are redirected to the tty emulation--so
- I can use printf, getchar, and fgetchar etc...)
-
- But, what I need to do is non-blocking. I never
- have done non-blocking I/O. I have looked at the
- FAQ, but the one I had did not contain any examples.
- For me, examples are the best teaching aid I can
- have.
-
- I would appreciate if someone could point out
- how I code non-blocking I/O to X.25 connection.
-
- Thanks so much....
-
- Matt
-
- --
- raffelm@netcom.com
- Web Page ftp://ftp.netcom.com/ra/raffelm/isdhome.html
- ftp://ftp.netcom.com/ra/raffelm/homeofmatt.html
-